home *** CD-ROM | disk | FTP | other *** search
/ Workbench Designer 2 / Workbench Designer 2.iso / workbench-tools / finalexecute / arexx / callreq.fe
Encoding:
Text File  |  1997-03-13  |  209 b   |  8 lines

  1. /* Demo macro for FinalExecute, it still has got only one ARexx-Command,
  2.    Callreq: Parameters are optional
  3.  
  4.    CallReq INPUTSTRING,PUBSCREEN */
  5.  
  6. address 'FINALEXECUTE'
  7. callreq '"Just a test :)"' "Workbench"
  8.